github.com/andybalholm/brotli.encoderDictionary.cutoffTransforms (field)

4 uses

	github.com/andybalholm/brotli (current package)
		encoder_dict.go#L7: 	cutoffTransforms      uint64
		encoder_dict.go#L21: 	dict.cutoffTransforms = kCutoffTransforms
		hash.go#L141: 		var transform_id uint = (cut << 2) + uint((dictionary.cutoffTransforms>>(cut*6))&0x3F)
		static_dict.go#L120: 					var transform_id uint = (cut << 2) + uint((dict.cutoffTransforms>>(cut*6))&0x3F)